home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / mebbs / MEBBSNet_Demo.lha / Disks / MEBBSNet Pro Disk 1 / Install.READ.Me < prev    next >
Text File  |  1995-02-26  |  1KB  |  56 lines

  1. ; Execute this script if you are running WB1.3.
  2. ;
  3. ; Refer to the appropriate sections of the manual to ensure the
  4. ; installed software has been properly placed.
  5. ;
  6. ; Modify script by changing the DEVICENAME variable so that it
  7. ; contains the name of the device where you want to install MEBBSNet.
  8. ;
  9. ; Be sure to change only the device name. If your device name is
  10. ; DH0: the change would be as follows...
  11. ;
  12. ; Set DEVICENAME DH0:MEBBSNet
  13. ;
  14. ; You must leave the MEBBSNet portion of the DEVICENAME variable as
  15. ; it is and change only the device name as necessary.
  16. ;
  17. ; -=*=-=*=-=*=-=*=-=*=-=*=-
  18. ;
  19. ;  Start Script
  20. ;
  21. ; -=*=-=*=-=*=-=*=-=*=-=*=-
  22.  
  23. ; Turn command line echo on so we can see what's going on.
  24.  
  25. Set Echo on
  26.  
  27. ; Set the variable name
  28.  
  29. Set DEVICENAME HardThree:MEBBSNet
  30.  
  31. ; Create the storage directory
  32.  
  33. MakeDir $DEVICENAME
  34.  
  35. ; Copy the required files to the MEBBSNet device.
  36.  
  37. Copy "MEBBSNet Pro Disk 1:~(#?.library)" $DEVICENAME all
  38. Copy "MEBBSNet Pro Disk 1:#?.library" LIBS:
  39. Copy "MEBBSNet Pro Disk 2:" $DEVICENAME all
  40. Copy "MEBBSNet Pro Disk 3:" $DEVICENAME all
  41.  
  42. ; Make WB1.3 Startup-Sequence file additions for assignment of
  43. ; required MEBBSNet information.
  44.  
  45. Echo >> S:Startup-Sequence "ASSIGN MEBBSNET: $DEVICENAME"
  46. Echo >> S:Startup-Sequence "PATH MEBBSNET:C/ ADD"
  47.  
  48. ; Make assignments immediately so reboot not required.
  49.  
  50. Assign MEBBSNET: $DEVICENAME
  51. Path MEBBSNET:C ADD
  52.  
  53. ; Turn command line echo off.
  54.  
  55. Set Echo off
  56.